<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------[初始化]--------------*/
body{color: #000;font-size: 12px;line-height: 1.5;
    font-family:"微软雅黑","Microsoft Yahei";
    padding-top: 100px;overflow-x: hidden;
}
a{color: #000;}
a:hover{color: #0090ff;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #000;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*布局*/
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{height: 100px;border-top: 3px solid #0090ff;
    background-color: #fff;overflow: hidden;
    position: fixed;top: 0;left: 0;right: 0;z-index: 1024;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}
.logo{float: left;line-height: 98px;}
.logo img{display: inline-block;vertical-align: middle;}
.header .hdr{float: right;}
.nav{margin-top: 22px;}
.nav li{float: left;margin-left: 18px;}
.nav li a{width: 120px;height: 50px;display: block;text-align: center;line-height: 50px;
    font-size: 16px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav li:hover a,.nav li.on a{background-color: #0090ff;color: #fff;}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #0090ff;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 5px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner .con{outline: 0;position: relative;display: block;padding-top: 36%;height: 0;overflow: hidden;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner .slick-dots{position: absolute;left: 0;bottom: 30px;width: 100%;text-align: center;z-index: 99;}
.banner .slick-dots li{display: inline-block;margin: 0 3px;width: 20px;height: 20px;
    border: 1px solid transparent;border-radius: 50%;padding-top: 4px;
}
.banner .slick-dots li button{display: block;width: 10px;height: 10px;
    font-size: 0;line-height: 0;text-indent: 999px;border-radius: 50%;
    background-color: #fff;border-radius: 50%;cursor: pointer;
    margin: 0 auto;padding: 0;border: 0;
}
.banner .slick-dots li.slick-active{border-color: #fff;}

.ban,.ban2,.ban3{height: 500px;position: relative;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.ban .tit{position: absolute;top: 50%;left: 0;right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ban .tit h2{font-size: 48px;font-weight: normal;text-align: center;
    color: #fff;position: relative;padding-bottom: 38px;
}
.ban .tit h2:after{content: '';position: absolute;left: 50%;bottom: 0;
    width: 70px;height: 3px;margin-left: -35px;
    background-color: #fff;
}
.ban2{height: 300px;}
.ban3{height: 600px;}
.ban3 .tit h2:after{display: none;}
.cur{position: absolute;left: 0;right: 0;bottom: 32px;
    color: #fff;font-size: 14px;
}
.cur a{color: #fff;}
.cur a:hover{opacity: .8;}
/*******************************
  -------[=底部]-------
********************************/
.footer{
    background-color: #44454e;
}
.fd-con{overflow: hidden;padding: 37px 0 0;}
.fd-tel{float: left;color: #fff;}
.fd-tel h3{font-size: 24px;font-weight: normal;padding-left: 30px;
    background: url(../images/i-01.png) no-repeat left center;
    margin-bottom: 10px;
}
.fd-tel p{font-size: 24px;font-weight: bold;font-family: arial;
    display: block;margin-bottom: 12px;
}
.fd-tel .btn{width: 150px;height: 44px;display: block;text-align: center;line-height: 44px;
    border-radius: 10px;font-size: 16px;color: #fff;
    background-color: #0090ff;
}
.fd-tel .btn:hover{opacity: .8;}
.fd-link{float: left;margin-left: 182px;}
.fd-link h3,.fd-adds h3,.fd-agent h3{font-size: 18px;font-weight: normal;
    color: #fff;margin-bottom: 18px;
}
.fd-link a,.fd-adds .con,.fd-agent .con{font-size: 12px;line-height: 24px;color: #fff;}
.fd-link a{display: block;}
.fd-link a:hover{color: #fff;}
.fd-adds{margin-left: 158px;float: left;}
.fd-agent{margin-left: 113px;float: left;}
.fd-agent .text{width: 180px;border-radius: 5px;padding:5px;margin-bottom:4px;}
.fd-agent .btn{width: 100px;height: 32px;display: block;text-align: center;line-height: 32px;
    border-radius: 10px;font-size: 16px;color: #fff;
    background-color: #9ac834;
}
.fd-qr{float: right;text-align: center;}
.fd-qr .pic{width: 130px;height: 130px;margin: 0 auto 20px;}
.fd-qr .pic img{width: 100%;height: 100%;display: block;}
.fd-qr p{font-size: 18px;color: #fff;}
.fd-copy{color: #fff;padding-bottom: 12px;padding-top: 40px;}

.fix-right{position: fixed;right: 0;bottom: 30%;z-index: 1024;}
.fix-right li{margin-bottom: 1px;}
.fix-right .con{display: block;height: 53px;width: 57px;
    position: relative;background-color: #0189f1;
}
.fix-right .ico{display: block;height: 100%;z-index: 3;position: relative;
    background-position: center center;background-repeat: no-repeat;
    background-color: #0189f1;
}
.fix-right .tel .ico{background-image: url(../images/i-e1.png);}
.fix-right .weix .ico{background-image: url(../images/i-e2.png);}
.fix-right .qq .ico{background-image: url(../images/i-e3.png);}
.fix-right .top .ico{background-image: url(../images/i-e4.png);}
.fix-right .top{position: relative;z-index: 12;}
.fix-right .txt-t{width: 188px;position: absolute;top: 0;bottom: 0;right: -131px;
    background-color: #33a6ff;font-size: 22px;color: #fff;line-height: 56px;
    font-family: 'arial';text-align: center;z-index: -1;opacity: 0
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .pic{width: 140px;height: 140px;padding: 10px;
    background-color: #33a6ff;z-index: 3;z-index: -1;opacity: 0;
    position: absolute;top: 0;right: -83px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .pic img{width: 100%;height: 100%;display: block;}
.fix-right .con:hover .txt-t,.fix-right .con:hover .pic{right: 58px;z-index: 2;opacity: 1;}
/*.fix-right li:last-child{border-bottom: 0;}*/


/*******************************
    -------[=正文]-------
********************************/
.g-tab1{height: 70px;text-align: center;font-size: 0;
    background-color: #f5f5f5;overflow: hidden;
}
.g-tab1 ul{display: inline-block;}
.g-tab1 li{float: left;}
.g-tab1 li a{display: block;font-size: 16px;color: #333;
    padding: 0 35px;line-height: 70px;
}
.g-tab1 li:hover a,.g-tab1 li.on a{color: #fff;
    background: url(../images/i-bg3.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
</pre></body></html>